home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_550 / bebopdemo / quick_install < prev    next >
AmigaDOS Script File  |  1992-05-06  |  732b  |  24 lines

  1. .key a
  2. .bra {
  3. .ket }
  4. ECHO "This script will install the graphics   "
  5. ECHO " library necessary to run BeBop 'N Drop "
  6. ECHO " into your systems LIBS: directory.     "
  7. ASK "*nDo you wish to continue? [y|*e[1m*e[33mn*e[0m]  "
  8. IF NOT WARN
  9.    ECHO "Exiting without installation..."
  10. ELSE
  11.    IF NOT EXISTS LIBS:
  12.       ECHO "UNABLE TO FIND LIBS: DIRECTORY !"
  13.       ECHO "         MUST EXIT!!!           "
  14.    ELSE
  15.      IF NOT EXISTS libs/iff.library
  16.         ECHO "UNABLE TO FIND iff.library file !"
  17.         ECHO "         MUST EXIT!!!           "
  18.      ELSE
  19.         ECHO "Copying iff.library to LIBS: directory"
  20.         copy libs/iff.library to LIBS:iff.library all clone
  21.      ENDIF
  22.    ENDIF
  23. ENDIF
  24.